home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / tktdoc / testinst.doc < prev    next >
Text File  |  1994-08-11  |  2KB  |  56 lines

  1. BUILDING A SAMPLE DEMO
  2.  
  3. After your installation is complete and you have configured your system
  4. for the compiler and model you are going to use, building a demo is
  5. easy. Start up DESQview/X, open a DOS window and follow the examples.
  6.  
  7. Example 1: Motif Periodic Table of Widgets
  8.  
  9. Change directories to  \<DVXDIR>\demos\periodic
  10. ( \<DVXDIR> is usually \dvx ) and type qmake at the DOS prompt.
  11.  
  12. The periodic program will compile and link, the Motif periodic.uid
  13. file will be generated by the Motif Uil compiler (the Uil compiler
  14. uil.exe will only run under DESQview/X). Then you can
  15.  
  16. type periodic at the DOS prompt.
  17.  
  18. Within a few seconds the program should come up.
  19.  
  20. The periodic program displays the Motif Periodic Table of Widgets.  It
  21. uses many of the widgets available in the Motif toolkit. It also can
  22. be used to demonstrate the new Motif 1.2.x features such as tear off
  23. menus and drag and drop. Amaze your friends.
  24.  
  25. Example 2: X Calculator
  26.  
  27. Change directories to  \<DVXDIR>\clients\xcalc and
  28. type qmake at the DOS prompt.
  29.  
  30. The Xcalc program will compile and link. When complete
  31. type xcalc at the DOS prompt.
  32.  
  33. Within a few seconds the program should come up. The xcalc calculator
  34. program will be displayed. Iconify it, you should see the bitmap "calculat"
  35. icon. If the Xcalc buttons look correct and you can see the calculator
  36. bitmap icon, then your installation is correct.
  37.  
  38. If the Xcalc program crashes upon startup it could be because you
  39. did not install the toolkit in the same directory as DESQview/X. There
  40. is a bitmap called "calculat" which needs to be in \<DVXDIR>\include\x11\bitmaps
  41. in order for it to run properly. You need to put bitmaps for all of
  42. your applications in that directory.
  43.  
  44. If the Xcalc program comes up but looks like a bunch of little superimposed
  45. boxes then the xcalc.res resource file is not being read. It should
  46. have been put in the \<DVXDIR>\app-defa directory. If it is there,
  47. but it isn't being read, check your HOME environment variable and
  48. unset it by doing c:set home=<CR>.
  49.  
  50. Run xcalc again.
  51.  
  52. If these programs do not compile, link and run properly then your
  53. installation or configuration is not correct. Refer to Appendix A
  54. Trouble Shooting.
  55.  
  56.